home *** CD-ROM | disk | FTP | other *** search
- object frmOverwrite: TfrmOverwrite
- Left = 109
- Top = 176
- Width = 512
- Height = 164
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object btnOvr: TButton
- Left = 12
- Top = 102
- Width = 75
- Height = 25
- Caption = '&Overwrite'
- ModalResult = 1
- TabOrder = 0
- OnClick = btnOvrClick
- end
- object btnSkip: TButton
- Left = 172
- Top = 102
- Width = 75
- Height = 25
- Caption = '&Skip'
- ModalResult = 1
- TabOrder = 2
- OnClick = btnSkipClick
- end
- object btnOvrAll: TButton
- Left = 87
- Top = 102
- Width = 75
- Height = 25
- Caption = 'Overwrite All'
- ModalResult = 1
- TabOrder = 1
- OnClick = btnOvrAllClick
- end
- object btnSkipAll: TButton
- Left = 247
- Top = 102
- Width = 75
- Height = 25
- Caption = 'Skip All Dupl.'
- ModalResult = 1
- TabOrder = 3
- OnClick = btnSkipAllClick
- end
- object btnAbort: TButton
- Left = 416
- Top = 102
- Width = 75
- Height = 25
- Caption = 'A&bort'
- ModalResult = 1
- TabOrder = 5
- OnClick = btnAbortClick
- end
- object btnRename: TButton
- Left = 332
- Top = 102
- Width = 75
- Height = 25
- Caption = '&Rename'
- ModalResult = 1
- TabOrder = 4
- OnClick = btnRenameClick
- end
- object memo1: TMemo
- Left = 13
- Top = 8
- Width = 477
- Height = 87
- Color = clBtnFace
- TabOrder = 6
- end
- end
-